github.com/klauspost/compress/zstd.encJob.output (field)
11 uses
github.com/klauspost/compress/zstd (current package)
enc_jobs.go#L17: output []byte // compressed blocks (filled by worker)
enc_jobs.go#L100: job.output = append(job.output, blk.output...)
enc_jobs.go#L121: job.output = append(job.output, blk.output...)
enc_jobs.go#L200: if len(job.output) > 0 {
enc_jobs.go#L201: _, err := e.state.w.Write(job.output)
enc_jobs.go#L211: e.state.nWritten += int64(len(job.output))
enc_jobs.go#L215: js.putOutputBuf(job.output)
enc_jobs.go#L217: job.output = nil
enc_jobs.go#L319: output: js.getOutputBuf(outputEst),
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |